Candle

StockSharp.Algo.Candles

Base candle class (contains main parameters).

继承自: Candle

构造函数

Candle()

Initializes a new instance of the Candle.

属性

Arg : object

The candle formation parameter. For example, for TimeFrameCandle this value is TimeFrame.

ArgType : Type

Type of argument.

TypedArg : T

Arg.

方法

Validate(T)

Validate value.

value
Value.